-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.11] Enhancing the Install Demo Configuration Script with a clearer message #3490
[2.11] Enhancing the Install Demo Configuration Script with a clearer message #3490
Conversation
77ba80e
to
f6e908b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think its better, maybe I'm too close to the issue, but as it was it states the action(s) that can be taken to resolve the 'no password' scenario.
This new message doesn't indicate where it was looked for, or what action a user should take to get resolution. What didn't work about the old message for you?
@peternied The old message was confusing in the sense that if I spin up a docker instance and run it without passing initialAdminPassword the script would exit and not finish execution, however the docker cluster will continue to spin up and create an admin user with admin password as it picks that up from This PR avoids the confusion by letting users know that the password will be defaulted to I have updated the log messages to be more detailed. |
a3c6c70
to
b242835
Compare
Codecov Report
@@ Coverage Diff @@
## 2.11 #3490 +/- ##
============================================
- Coverage 64.69% 64.68% -0.02%
+ Complexity 3566 3565 -1
============================================
Files 267 267
Lines 19893 19893
Branches 3329 3329
============================================
- Hits 12870 12868 -2
- Misses 5383 5384 +1
- Partials 1640 1641 +1 |
95b4813
Unblocking this review - has 2 approvals
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
95b4813
to
10bb68f
Compare
919589c
into
opensearch-project:2.11
… clearer message (opensearch-project#3490)" This reverts commit 919589c.
Description
This changes remove the confusing log statement from 2.11 to unblock the build.
Issues Resolved
install_demo_configuration
script shows confusing log #3489Testing
Manual testing:
Check List
- [ ] New functionality includes testing- [ ] New functionality has been documentedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.